home *** CD-ROM | disk | FTP | other *** search
/ Chip: Internet / Chip Internet.iso / viewer / disp146 / config.dis < prev    next >
Text File  |  1993-07-25  |  2KB  |  83 lines

  1. #
  2. # lines begin with '#' are comment lines
  3. #
  4. # Fixed 256 = 0, Median Cut = 1, Median Cut(Better) = 2,
  5. # Grey 256 = 3, Variance Based = 4, Statistical = 5, Current Palette = 6
  6. #
  7. quantization=5
  8.  
  9. dither_in_quantization=1  # boolean
  10.  
  11. jpeg_color_dither=1  # boolean
  12.  
  13. jpeg_block_smooth=0  # boolean
  14.  
  15. # No = 0, 1 Pass = 1, 2 Pass = 2, Grey256 = 3
  16. #
  17. jpeg_quantization=0
  18.  
  19. overwrite_confirm=1  # boolean
  20.  
  21. # FS = 0, Stucki = 1, JJN = 2
  22. #
  23. bw_dither_method=0
  24.  
  25. save_24_for_8=0  # boolean
  26.  
  27. # More efficient = 0, Efficient = 1
  28. #
  29. inverse_color_map=0
  30.  
  31. # 8 bits = 0, 15 bits = 1, 16 bits = 2, 24 bits = 3
  32. #
  33. display_type=3
  34.  
  35. # by filename = 0, by extension = 1, by size = 2, by date = 3
  36. #
  37. sort_file_method=0
  38.  
  39. # Set to Highest Palette number = 0, Remove unused colors = 1,
  40. # Always set to 256 colors = 2, No effect = 3
  41. #
  42. number_of_colors=1
  43.  
  44. # background color : 0...255
  45. #
  46. background_red=0
  47. background_green=0
  48. background_blue=0
  49.  
  50. auto_select_resolution=1  # boolean
  51.  
  52. auto_select_display=1  # boolean
  53.  
  54. # Number of colors for quantization. 2 <= colors <= 256
  55. #
  56. quantization_colors=256
  57.  
  58. # Text Screen Columns. Must >= 80
  59. #
  60. text_columns=80
  61.  
  62. # Text Screen Rows. Must >= 25
  63. #
  64. text_rows=25
  65.  
  66. # Display Items:
  67. #   File = 0, File & Size = 1, File & Dimension = 2,
  68. #   File & Size & Dimension = 3
  69. #
  70. display_items=1
  71.  
  72. center_image=1  # boolean
  73.  
  74. # Default resolution:(For command line file reading)
  75. # 320 x 200 = 0,  640 x 350 = 1,  640 x  400 = 2, 640 x 480 = 3
  76. # 800 x 600 = 4, 1024 x 768 = 5, 1280 x 1024 = 6
  77. #
  78. default_resolution=3
  79.  
  80. # Scrolling step: 1% ... 100% of screen dimension
  81. #
  82. scrolling_step=5
  83.